inherited VfsArchivePasswordDialog: TVfsArchivePasswordDialog Left = 391 Top = 432 BorderWidth = 8 Caption = 'Enter Password' ClientHeight = 130 ClientWidth = 241 OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object InvalidLbl: TUiLabel Left = 0 Top = 0 Height = 13 Align = alTop Alignment = taCenter Caption = 'Password is incorrect.' FontColor = clRed end object Panel1: TUiPanel Left = 0 Top = 13 Width = 241 Height = 117 Align = alClient BevelOuter = bvNone TabOrder = 0 object SpecLbl: TUiLabel Left = 0 Top = 4 Height = 13 Caption = 'Encrypted archive:' end object PasswordLbl: TUiLabel Left = 0 Top = 47 Height = 13 Caption = 'Password:' FocusControl = PasswordEdit end object SpecPanel: TUiPanel Left = 0 Top = 20 Width = 241 Height = 21 Alignment = taLeftJustify BevelOuter = bvLowered TabOrder = 0 end object PasswordEdit: TUiEdit Left = 0 Top = 63 Width = 241 Height = 21 TabOrder = 1 EchoMode = emPassword end object OkBtn: TUiButton Left = 87 Top = 94 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 2 AutoSize = asRight end object CancelBtn: TUiButton Left = 167 Top = 94 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 3 AutoSize = asRight end end end